/* General styles */
.sectionName{
    text-align: center;
    font-family: var(--family-title);
    font-size: var(--paragraph-2);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: var(--gray);
}
.encabezadoDelModulo{
    margin: 0;
    margin-top: 1.25rem;
    font-family: var(--family-title);
    font-size: var(--title-3);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
@media (max-width:576px) {
    .encabezadoDelModulo{
        font-size: 1.25rem;
    }
}
.text-descripcion{
    margin: 0;   
    margin-bottom: 2rem;
    font-family: var(--family-title-2);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
    margin-top: 1.5rem;
}
@media (max-width:576px) {
    .text-descripcion{
        font-size: 0.875rem;
    }
}

/* Base element: Hero banner */
.hero-banner__dynamic-view{
    position: relative;
}
.hero-banner__dynamic-view__banner-content{
    position: absolute;
    top: 0;
    width: 66%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 35%, rgba(255, 255, 255, 0) 100%);
    padding: 0 5rem;
    
}
.hero-banner__dynamic-view__banner-content > h1{
    font-family: var(--family-title);
    font-size: var(--title-1);
    font-weight: var(--weight-normal);
    text-transform: uppercase;
}
.hero-banner__dynamic-view__banner-content > p{
    font-family: var(--family-title-2);
    /* font-size: var(--title-5); */
    font-weight: var(--weight-normal);
    text-transform: uppercase;
}

.hero-banner__dynamic-view > picture > img{
    width: 100%;
    
}


@media (max-width:1024px) {
    .hero-banner__dynamic-view__banner-content{
        padding: 1rem 6.5rem 0 3.5rem;
    }
}
@media (max-width:790px) {
    .hero-banner__dynamic-view__banner-content{
        padding: 1rem 1.5rem 0 2rem;
    }
}

@media (max-width:592px) {
    .hero-banner__dynamic-view__banner-content{
        background-image: linear-gradient(360deg, #000 27.62% 58%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
        height: 113%;
        padding: 7rem 1rem 1.5rem 1.5rem;
        margin-top: 5%;
    }
    .hero-banner__dynamic-view {
        height: 28rem;
    }
    .hero-banner__dynamic-view > picture > img{
        object-fit: cover;
        aspect-ratio: 8/4;
    }
}
 @media(max-width: 460px){
    .hero-banner__dynamic-view > picture > img{
        object-fit: cover;
        aspect-ratio: 6/3;
    }
    .hero-banner__dynamic-view__banner-content{
        background-image: linear-gradient(360deg, #000 27.62% 63%, rgba(0, 0, 0, 0) 100%);
        height: 90%;
        padding: 9rem 1rem 1.5rem 1.5rem;
       
    }

 }
/* Comentarios */ 

textarea#Comentarios { 
    padding: 1rem; 
    border-radius: 0; 
    border: none; 
    background-color: var(--gray-light-4); 
    font-family: var(--family-title-2); 
    font-size: var(--paragraph-2); 
    font-style: normal; 
    font-weight: var(--weight-normal); 
    line-height: 22px; 
    border-bottom: 2px solid #000; 
} 



/* Component 1: Parrafo General */
.general-paragraph{
    padding: 1rem 10rem 0 10rem;
    font-family: var(--family-title-2);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
}
@media (max-width:1024px) {
    .general-paragraph{
        padding: 1rem 6.5rem 0 6.5rem;
    }
}
@media (max-width:768px) {
    .general-paragraph{
        padding: 1rem 3.5rem 0 3.5rem;
    }
}
@media (max-width:470px) {
    .general-paragraph{
        padding: 1rem 2rem 0 2rem;
    }
}
/* Component 2: Rotulo con CTA */
.rotulo-cta__secundario{
    background-color: var(--gray-light-4);
    padding: 1.5rem 0;
}
.rotulo-cta h4{
    text-align: center;
    font-family: var(--family-title);
    font-size: var(--paragraph-2);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: var(--gray);
}
.rotulo-cta h3{
    margin: 0;
    margin-top: 1.25rem;
    font-family: var(--family-title);
    font-size: var(--title-3);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.rotulo-cta p{
    font-family: var(--family-title-2);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
    margin-top: 2rem;
}
.rotulo-cta__button-cta{
    margin: 2rem 0;
    display: block;
    text-decoration: none;   
    padding: 0.75rem 2rem;
    transition: all 200ms;
    background-color: var(--brand);
    color: #fff;
    font-family: var(--family-title);
    font-size: var( --paragraph-2);
    font-weight: var(--weight-normal);
    text-transform: uppercase;
}


.rotulo-cta__button-cta:hover {
    color: var(--white);
    background-color: var(--brand-dark);
    border: none;
}
.rotulo-cta__button-cta:active {
    color: var(--white);
    background-color: var(--brand-dark-dark);
    border: none;
}
@media (max-width:768px) {
    .rotulo-cta{
        padding: 1rem 1.5rem;
    }
}
/* Component 3: Alternate post */
.alternate-post{
    padding: 2rem 3.5rem;
    margin: 2.5rem 0;
}
@media (max-width:1024px) {
    .alternate-post{
        padding: 0 6.5rem;
    }
}
@media (max-width:768px) {
    .alternate-post{
        padding: 0 3.5rem;
        align-items: center;
    }
    /* .alternate-post__image img {
        max-width: 65%;
    } */
    .image-right img{
        float: right;
    }
    .image-left img{
        float: left;
    }
}
@media (max-width:470px) {
    .alternate-post{
        padding: 0 2rem;
    }
}
.alternate-post__text_content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll;
}
.post-text-right{
    padding-left: 4rem;
}
.post-text-left{
    padding-right: 4rem;
}

.alternate-post__text_content::-webkit-scrollbar {
    display: none;
}
.alternate-post__text_content p,
.alternate-post__text_content h2{
    margin: 0;
}
.alternate-post__text_content p:first-child{
    font-size: var(--paragraph-2);
    letter-spacing: 3.2px;
    font-family: var(--family-title);
    color: var(--gray-dark-2);
    text-transform: uppercase;
}
.alternate-post__text_content h2{
    margin: 0.75rem 0 1.5rem 0;
}

.post-text-left > h2{
    text-align: justify;
    font-family: var(--family-title);
    font-size: var(--title-3);
    font-weight: var(--weight-normal);
    text-transform: uppercase;
}
.post-text-left > p{
    text-align: justify;
    font-family: var(--family-title-2);
    font-size: var(--title-6);
    font-weight: var(--weight-normal);
    line-height: 150%;
}
.post-text-right > p
{
    text-align: justify;
    font-family: var(--family-title-2);
    font-size: var(--title-6);
    font-weight: var(--weight-normal);
    line-height: 150%;
}
.post-text-right > h2{
    text-align: initial;
    font-family: var(--family-title);
    font-size: var(--title-3);
    font-weight: var(--weight-normal);
    text-transform: uppercase;
}
.alternate-post__image img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
@media (max-width:576px) {
    .alternate-post__image__wrapper{
        order: 2;
    }
    .post-text-left > p,
    .post-text-left > h2{
        text-align: left;
        padding-right: 0;
    }
    .post-text-right > p,
    .post-text-right > h2
    {
        text-align: left;
        padding-left: 0;
    }
}
/* Component 4: accordion */
.accordion-area{
    background-color: #F1F1F1;
    padding-bottom: 3rem;
    margin-bottom: 4.25rem;
}
.accordion-area > h3{
    padding-top: 2.5rem;
    margin-bottom: 2rem;
    font-family: var(--family-title);
    font-size: var(--title-3);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 42px;
    text-transform: uppercase;
}
.acordion{
    padding: 0 10rem;
}
@media (max-width:1024px) {
    .acordion{
        padding: 0 6.5rem;
    }
}
@media (max-width:768px) {
    .acordion{
        padding: 0 3.5rem;
    }
}
@media (max-width:470px) {
    .acordion{
        padding: 0 2rem;
    }
}
.acordion__title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0.85rem;
    border-bottom: 1px solid #6C6C6C;
}
.acordion__title > h4{
    margin: 0;
    color: var(--gray-dark-4);
    font-family: var(--family-title-2);
    font-size: var(--title-6);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: normal;
    letter-spacing: 0.4px;
    }
.acordion__title > svg{
    transform: rotate(0deg);
    transition: all 400ms;
}
.acordion__content{
    background-color: #fff;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    transition: all 200ms linear;
}
.acordion__title-is-active > h4{
    color: var(--brand-secundary);
    font-family: var(--family-title);
    border-bottom: var(--brand-secundary);
}
.acordion__title-is-active{
    border-bottom: 1px solid var(--brand-secundary);
}

.acordion__title-is-active > svg{
    transform: rotate(180deg);
    transition: all 400ms;
    color:var(--brand-secundary);
}
.acordion__title-is-active > svg > path{
    fill:var(--brand-secundary);
}
.acordion__content-is-active{
    padding: 1rem;
    max-height: 5000px;
    overflow: auto;
    overflow-y: hidden;
    transition: all 400ms;
    font-family: var(--family-title-2);
    font-size: var(--paragraph-1);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 26px;
    background-color: var( --gray-light-4);
}

/* Component 5: service cards */
.service-card__wrapper{
    margin: 4.5rem 1.25rem;
    background-color: #F1F1F1;
}
.service-card__wrapper:hover{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.service-card__wrapper > img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.service-card__text_content{
    height: 15.25rem;
    padding: 2rem 1.5rem;
    color: #6C6C6C;
}
.service-card__text_content > h4{
    font-family: var(--family-title);
    font-size: var(--title-6);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: normal;
    letter-spacing: 0.4px;
    color: var(--black);
}
.service-card__text_content > p{
    margin-top: var(--title-5);
    font-family: var(--family-title-2);
    font-size: var(--paragraph-1);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 26px;
    color: var(--black);
}
.service-card__links > a{
    font-family: var(--family-title);
    font-size: var(--paragraph-3);
    color: var(--brand-secundary);
    font-weight: var(--weight-normal);
    line-height: 20px;
    text-decoration-line: underline;
    letter-spacing: 0.56px;
}
.first-element-url > a{
    color: var(--gray-dark-4);
    
}
.second-element-url{
    margin-top: 1.5rem;
}
@media (max-width:1366px) {
    .service-card__text_content{
        height: 16.25rem;
    }
}
@media (max-width:768px) {
    .service-card__wrapper{
        margin: 1.5rem 0;
    }
    .service-card__wrapper > img{
        height: 300px;
    }
}
@media (max-width:470px) {
    .service-card__wrapper > img{
        height: 250px;
    }
}
/* Component 6: Slider */
.sliderAsComponent{
    width: 100%;
    margin-top: 1rem;
}
/* .swiper-slide{
    width: 90%;
    scroll-snap-align: center end !important;
}
.swiper-slide-active,
.swiper-slide-prev,
.swiper-slide-custom-prev,
.swiper-slide-next{
    transform: translateX(195px) !important;
} */
.swiper-slide__content_wrapper{
    position: relative;
    display: flex;
}
.slide-component_text-wrapper {
    padding: 3rem;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 87px;
    z-index: 1;
    width: 36%;
    height: 550px;
}
.swiper-slide__content_link{
    display: flex;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--suzuki-suzuki-red, var(--brand));
    background: var(--suzuki-suzuki-white, #FFF);
    cursor: pointer;
    width: 250px;
    height: 48px;
}
.swiper-slide__content_link > a{
    color: var(--suzuki-suzuki-red, #DE0039);
    font-family: var(--family-title);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.swiper-slide__content_link:hover{
    background: var(--brand-grey-08, #E5E5E5);
}

.arrow-swiper-rows{
    position: relative;
    display: flex;
    gap: 10px;
    top: 5%;
}

.slide-component_text-wrapper > h3{
    margin: 0;
    font-family: var(--family-title);
    font-size: var(--title-3);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 0 3rem;
    text-align: center;
}
.slide-component_text-wrapper > p{
    font-family: var(--family-title-2);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
    
}
.slide-component-section{
    text-align: center;
    font-family: var(--family-title);
    font-size: var(--paragraph-2);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: var(--gray);
}
.slide-component_image{
    height: 100%;
    display: flex;
}
.slide-component_image > img{
    aspect-ratio: 1.99;
    object-fit: cover;
    position: absolute;
    width: 100%;
} 

.swiper-button-prev , .swiper-button-next{
   
    color: var(--brand);;
    transform: scale(0.5);
    position: inherit;
}

.swiper-pagination{
    visibility: hidden;
}

@media (max-width: 768px){
    .slide-component_image{
        flex-direction: column-reverse;
        display: flex;
    }
    .slide-component_image > img {
        position: inherit;
    }
    .arrow-swiper-rows {
        display: none;
    }

    .swiper-pagination {
        position: relative;
        visibility: visible;
        
    }
    .swiper-pagination-bullet{
        background-color: white;
        border: 1px solid var(--black);
    }
    .swiper-pagination-bullet-active{
        background-color: var(--brand);
        border: 1px solid var(--brand);
        width: 10px;
        height: 10px;
    }
    .slide-component_text-wrapper {
        padding: 2rem 0.5rem;
        left: 0%;
        width: 100%;
        align-items: center;
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        top: 15rem;
        justify-content: center;
        align-items: center;
    }
    
}




/* Component 7: Image/Video centered */
.multimedia-content{
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.multimedia-content__wrapper{
    padding: 0 10rem 2rem;
}

@media (max-width:992px) {
    .multimedia-content__wrapper{
        padding: 0 1rem 2rem;
    }
}
.text-descripcion{
    padding: 0rem 3.5rem 0rem;
}

.multimedia-content__video > img,
.multimedia-content__video > video > source,
.multimedia-content__video > iframe
{
    width: 950px;
    height: 480px;
    object-fit: cover;
}
@media (max-width:1366px) {
    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe
    {
        width: 854px;
        height: 440px;
    }
}
@media (max-width:992px) {
    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe
    {
        width: 100%;
        height: 440px;
    }
}
@media (max-width:576px) {
    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe
    {
        height: 300px;
    }
}
@media (max-width:380px) {
    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe
    {
        height: 200px;
    }
}
/* Component 8: blog content */
.ListNews{
    padding: 0 1.5rem;
}
.blog_post-wrapper > img {
    width: 100%;
    max-height: 327px;
    object-fit: contain;
    background-color: var(--grayLight);
}
.blog_post-wrapper_body
{
    text-align: left;
    padding: 1rem 1.5rem;
    height: 250px;

}
.blog_post-wrapper_body > h4 {
    font-family: var(--family-title);
    font-size: var(--title-5);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog_post-wrapper_body > p {
    margin-top: var(--title-5);
    font-family: var(--family-title-2);
    font-size: var(--paragraph-1);
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width:280px) {
    .blog_post-wrapper_body
    {
        height: 350px;
    }
}
.blog_post-wrapper
{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
.blog_post-wrapper_body > p
{
    margin-top: 1.5rem;
    height: 72px;
}
@media (max-width:328px) {
    .blog_post-wrapper_body > p
    {
        height: 95px;
    }
}
@media (max-width:280px) {
    .blog_post-wrapper_body > p
    {
        height: 150px;
    }
}
.blog_post-wrapper_body > a,
.blog_post-wrapper_body > a:hover,
.blog_post-wrapper_body > a:focus,
.blog_post-wrapper_body > a:visited,
.blog_post-wrapper_body > a:focus-within,
.blog_post-wrapper_body > a:active 
{
    color: var(--brand);
    text-decoration: none;
    font-family: var(--family-title);
    font-size: var(--paragraph-1);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.swiper-button-disabled > svg > path{
    fill: var(--gray-light-5);
}
.arrow-container
{
    margin: 2.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiperBlog-button-next{
    transform: rotate(180deg);
}

/* Component 9: dynamic form */

.form-input_wrapper{
    flex: 0 0 auto;
    width: 100%;
    margin: 1rem 0;
}
.form-input_wrapper > input{
    padding: 1rem;
    border-radius: 0;
    border: none;
    background-color: var(--gray-light-4);
    font-family: var(--family-title-2);
    font-size: var(--paragraph-2);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 22px;
    border-bottom: 2px solid #000;

}
.form-input_wrapper > input:focus{
    border: none;
    background-color: var(--gray-light-4);
    border-bottom: 2px solid #000;
    box-shadow: none;
}
.form-input_wrapper > input::placeholder{
    color: #9A9A9A;
}
.form-input_wrapper > input:focus::placeholder{
    color: #000;
}
.form-input_wrapper .required{
    border-bottom: 2px solid var(--brand);
    
}
.form-input_wrapper .required::placeholder{
    color: var(--brand);
}
.select-wrapper .required {
    background-image: url("/figma/select-arrow/Lg-required.svg");
}

.form-input_wrapper > select {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    border: none;
    background-color: var(--gray-light-4);
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url("/figma/select-arrow/Lg.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    font-family: var(--family-title-2);
    font-size: var(--paragraph-2);
    font-weight: var(--weight-normal);
    line-height: 22px;
    border-bottom: 2px solid #000;
    
}

.form-input_wrapper > select:focus-visible{
    outline-width: 0;
    
}
.form-input_wrapper > select.selected{
    border-bottom: 2px solid #000;
    font-family: var(--family-title);
}
.form-input_wrapper > select > option{
    height: 200px !important;
}

.form-input_wrapper > label{
    color: var(--gray-dark-4);
    font-family: var(--family-title-2);
    text-align: right;
    font-size: var(--paragraph-3);
    line-height: 18px; 
    letter-spacing: 0.48px;
    font-weight: var(--weight-normal);
}

.form-input_wrapper .label-required{
    font-family: var(--family-title);
    font-size: var(--paragraph-4);
    color: var(--brand);
}

.checkbox__wrapper{
    display: flex;
    gap: 50px;
    font-family: var(--family-title-2);
    font-size: var(--paragraph-2);
    font-weight: var(--weight-normal);
    line-height: 22px;
    /* align-items: center; */
    
}
.disclaimer-1 { 
    gap: 1rem; 
    flex: auto; 
} 
input#Terminosycondiciones1 { 
    border: 2px solid; 
} 
.checkbox__wrapper .form-check-input:checked[type=checkbox] { 
    background-color: var(--brand); 
} 


.check-box {
    width: 50%;
    
}
.form-input_wrapper > input[type="checkbox"]:focus,
.form-input_wrapper > input[type="radio"]:focus,
.form-input_wrapper > input[type="checkbox"]:checked,
.form-input_wrapper > input[type="radio"]:checked {
    border: none;
    box-shadow: none;
    background-color: var(--brand);
}
.specialDisclaimer__radio_buttom{
    width: 100%;
    font-family: var(--family-title-2);
    font-size: var(--paragraph-2);
    font-weight: var(--weight-normal);
    line-height: 22px;
}
.form-input_wrapper > textarea:focus{
    color: #000;
    border: none;
    box-shadow: none;
    border-bottom: 3px solid #000;
}
.submit__buttom{
    text-transform: uppercase;
    width: 100%;
    margin-top: 2.5rem;
    padding: 0.85rem 0;
    background-color: var(--brand);
    color: #fff;
    font-family: var(--family-title);
    font-size: var( --paragraph-2);
    font-weight: var(--weight-normal);
    text-transform: uppercase;
    border: none;
}
.submit__buttom:hover {
    color: var(--white);
    background-color: var(--brand-dark);
    border: none;
}
.submit__buttom:active {
    color: var(--white);
    background-color: var(--brand-dark-dark);
    border: none;
}

.submit__buttom:disabled {
    background-color: var(--brand-light);
   
}
@media (max-width: 767px){
    .submit__buttom {
        padding: 12px 45px;
    }
}
.iframe-content{
    padding: 5rem 5rem 5rem;
}
.iframe-content > iframe{
    width: 100%;
    height: 50rem;
}
